Add minimal modal run to model dry deposition#211
Open
zdaq12 wants to merge 58 commits into
Open
Conversation
…e modal run; handle input and output for processing
… default parameters
Collaborator
|
closing and reopening to trigger codecov analysis |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #211 +/- ##
==========================================
+ Coverage 77.45% 78.49% +1.04%
==========================================
Files 55 56 +1
Lines 9420 9755 +335
==========================================
+ Hits 7296 7657 +361
+ Misses 2124 2098 -26 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Contributor
Author
Thanks for the review, @jcurtis2 ! Here is a summary of changes in response to your first pass:
|
jcurtis2
requested changes
Jun 24, 2026
Comment on lines
+297
to
+305
| call pmc_nc_write_real_1d(ncid, char_rads, "char_radius_modes", dim_name="num_modes", & | ||
| long_name="characteristic radius of each mode", & | ||
| unit="m") | ||
| call pmc_nc_write_real_1d(ncid, log10_std_dev_rads, "std_dev_radius_modes", dim_name="num_modes", & | ||
| long_name="log_10 of geometric std dev for each mode", & | ||
| unit="1") | ||
| call pmc_nc_write_real_1d(ncid, num_concs, "num_conc_modes", dim_name="num_modes", & | ||
| long_name="number concentration for each mode", & | ||
| unit="m^-3") |
Collaborator
There was a problem hiding this comment.
Rearrange a bit to fix long lines (L297, 300, 303)
| real(kind=dp), intent(in) :: density | ||
| !> Environment state. | ||
| type(env_state_t), intent(in) :: env_state | ||
| !> Velocities. |
Collaborator
There was a problem hiding this comment.
Suggest to improve the comment.
| type(scenario_t), intent(in) :: scenario | ||
| !> Aerosol distribution. | ||
| type(aero_dist_t), intent(in) :: aero_dist | ||
| !> Moment to compute rate for. |
Collaborator
There was a problem hiding this comment.
Suggest comment change away from saying rate.
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
Co-authored-by: Jeffrey Curtis <jcurtis2@illinois.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.